Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarSlotLoadingEventArgs<T> Class / SlotContent Property

In This Topic
    SlotContent Property (CalendarSlotLoadingEventArgs<T>)
    In This Topic
    Gets or sets the visual element shown in the day slot.
    Syntax
    'Declaration
     
    
    Public Property SlotContent As FrameworkElement
    public FrameworkElement SlotContent {get; set;}
    See Also